summaryrefslogtreecommitdiff
path: root/includes/String.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/String.h')
-rw-r--r--includes/String.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/String.h b/includes/String.h
index f8db2c7..1fd6183 100644
--- a/includes/String.h
+++ b/includes/String.h
@@ -13,8 +13,10 @@ class String : public Base {
String(char);
String(int);
String(unsigned int);
+#ifdef USE_LONGLONG
String(long long);
String(unsigned long long);
+#endif
String(double);
~String();
const char * set(const char *, ...);