summaryrefslogtreecommitdiff
path: root/futuregael/src/vectortext.h
diff options
context:
space:
mode:
Diffstat (limited to 'futuregael/src/vectortext.h')
-rw-r--r--futuregael/src/vectortext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/futuregael/src/vectortext.h b/futuregael/src/vectortext.h
index 0f79e58..e5adbdb 100644
--- a/futuregael/src/vectortext.h
+++ b/futuregael/src/vectortext.h
@@ -46,10 +46,10 @@ public:
};
class SVGFont{
+public:
ofXml svg;
float enspace;
bool bisLoaded;
-public:
bool isLoaded() {
return bisLoaded;
}