summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 4592c33..15e129c 100644
--- a/file.h
+++ b/file.h
@@ -18,7 +18,7 @@ public:
virtual ~cText2SkinFile();
virtual bool Load(const std::string &Filename);
-
+
const std::string &Skin(void) const { return mSkin; }
};