[Scummvm-cvs-logs] SF.net SVN: scummvm: [31327] scummvm/trunk/common/str.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Mar 30 14:44:06 CEST 2008
Revision: 31327
http://scummvm.svn.sourceforge.net/scummvm/?rev=31327&view=rev
Author: fingolfin
Date: 2008-03-30 05:44:05 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)
Modified Paths:
--------------
scummvm/trunk/common/str.h
Modified: scummvm/trunk/common/str.h
===================================================================
--- scummvm/trunk/common/str.h 2008-03-30 12:35:50 UTC (rev 31326)
+++ scummvm/trunk/common/str.h 2008-03-30 12:44:05 UTC (rev 31327)
@@ -100,7 +100,7 @@
String(const char *str, uint32 len = 0);
String(const String &str);
String(char c);
- virtual ~String();
+ ~String();
String &operator =(const char *str);
String &operator =(const String &str);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list