]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/prop.cpp
Ported to Qt5
[evaf] / src / libs / Common / prop.cpp
index 86d3b1e61558a034dbab336e8b821aa394699ceb..f6cfec6395b2813131aa91103d071dcd33cde47b 100644 (file)
@@ -34,7 +34,7 @@ using namespace eVaf::Common;
 iProp * iProp::instance()
 {
     static Internal::Prop singleton;
-    return singleton.interface();
+    return singleton._interface();
 }
 
 
@@ -57,7 +57,7 @@ Prop::~Prop()
     done();
 }
 
-iProp * Prop::interface() const
+iProp * Prop::_interface() const
 {
     return evafQueryInterface<iProp>("iProp");
 }