Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / vocl / VObject.h
index 6b1768e..4fd3659 100644 (file)
@@ -33,7 +33,7 @@ public:
     bool containsProperty(char* propName);
     int propertiesCount();
     VProperty* getProperty(int index);
-    VProperty* getProperty(char* propName);
+    VProperty* getProperty(const char* propName);
     char* toString();
 
     // Patrick Ohly: