aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/stringresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'stringresult.h')
-rw-r--r--stringresult.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/stringresult.h b/stringresult.h
new file mode 100644
index 0000000..19e9865
--- /dev/null
+++ b/stringresult.h
@@ -0,0 +1,10 @@
+#ifndef STRINGRESULT_H
+#define STRINGRESULT_H
+
+class StringResult
+{
+public:
+ StringResult();
+};
+
+#endif // STRINGRESULT_H