summaryrefslogtreecommitdiff
path: root/lyt/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'lyt/layout.h')
-rw-r--r--lyt/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/layout.h b/lyt/layout.h
index 092be44..c051842 100644
--- a/lyt/layout.h
+++ b/lyt/layout.h
@@ -57,6 +57,7 @@ public:
LYTPane *rootPane;
QList<LYTGroup *> groups;
+ QStringList generateTextureRefs() const;
protected:
@@ -77,7 +78,6 @@ protected:
LYTPane *createPaneObj(LYTBinaryFileSection &section);
- QStringList generateTextureRefs() const;
QStringList generateFontRefs() const;
void writeMat1(LYTBinaryFileSection &section) const;