[rkward-cvs] SF.net SVN: rkward:[3464] trunk/rkward/rkward/core/robject.h

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Mar 3 12:33:39 UTC 2011


Revision: 3464
          http://rkward.svn.sourceforge.net/rkward/?rev=3464&view=rev
Author:   tfry
Date:     2011-03-03 12:33:39 +0000 (Thu, 03 Mar 2011)

Log Message:
-----------
These two do not need to be virtual.

Modified Paths:
--------------
    trunk/rkward/rkward/core/robject.h

Modified: trunk/rkward/rkward/core/robject.h
===================================================================
--- trunk/rkward/rkward/core/robject.h	2011-03-03 12:28:35 UTC (rev 3463)
+++ trunk/rkward/rkward/core/robject.h	2011-03-03 12:33:39 UTC (rev 3464)
@@ -91,8 +91,8 @@
 	QString getMetaProperty (const QString &id) const;
 	QString getDescription () const;
 	
-	virtual void setLabel (const QString &value, bool sync=true);
-	virtual void setMetaProperty (const QString &id, const QString &value, bool sync=true);
+	void setLabel (const QString &value, bool sync=true);
+	void setMetaProperty (const QString &id, const QString &value, bool sync=true);
 	
 	bool isContainer () const { return (type & (Container | Environment | Workspace)); };
 	bool isDataFrame () const { return (type & DataFrame); };


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list