projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0026217: Visualization, Select3D_SensitiveCircle - fix compilation with CLang for iOS
[occt.git]
/
src
/
ViewerTest
/
ViewerTest_ObjectCommands.cxx
diff --git
a/src/ViewerTest/ViewerTest_ObjectCommands.cxx
b/src/ViewerTest/ViewerTest_ObjectCommands.cxx
index
0c59eee
..
c28f0d2
100644
(file)
--- a/
src/ViewerTest/ViewerTest_ObjectCommands.cxx
+++ b/
src/ViewerTest/ViewerTest_ObjectCommands.cxx
@@
-4337,7
+4337,7
@@
class Triangle: public AIS_InteractiveObject
{
public:
// CASCADE RTTI
- DEFINE_STANDARD_RTTI(FilledCircle);
+ DEFINE_STANDARD_RTTI(Triangle);
Triangle (const gp_Pnt& theP1,
const gp_Pnt& theP2,
const gp_Pnt& theP3);