Changeset 92 for cpp/gdk/extvalue.cpp


Ignore:
Timestamp:
07/02/13 22:31:23 (11 years ago)
Author:
Maciej Komosinski
Message:

SString::valueOf(value) can handle more argument types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/extvalue.cpp

    r82 r92  
    77#include <math.h>
    88
    9 SString ExtObject::toString()
     9SString ExtObject::toString() const
    1010{
    1111if (isEmpty()) return SString("<empty object>");
Note: See TracChangeset for help on using the changeset viewer.