[rkward-cvs] SF.net SVN: rkward:[2940] trunk/rkward/rkward/core/robjectlist.h

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Jul 5 11:28:44 UTC 2010


Revision: 2940
          http://rkward.svn.sourceforge.net/rkward/?rev=2940&view=rev
Author:   tfry
Date:     2010-07-05 11:28:44 +0000 (Mon, 05 Jul 2010)

Log Message:
-----------
Fix crash while trying to resolve base name of .GlobalEnv

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

Modified: trunk/rkward/rkward/core/robjectlist.h
===================================================================
--- trunk/rkward/rkward/core/robjectlist.h	2010-07-05 11:25:18 UTC (rev 2939)
+++ trunk/rkward/rkward/core/robjectlist.h	2010-07-05 11:28:44 UTC (rev 2940)
@@ -51,6 +51,7 @@
 	void updateFromR (RCommandChain *chain, const QStringList &current_searchpath);
 	
 	QString getFullName () const { return QString (); };
+	QString getBaseName () const { return QString (); };
 	QString makeChildName (const QString &short_child_name, bool) const { return short_child_name; };
 	/** reimplemented from RContainerObject: do nothing. The object-list has no meta data. */
 	void writeMetaData (RCommandChain *) {};


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