aboutsummaryrefslogtreecommitdiff
path: root/guilib/TextureBundleXBT.h
diff options
context:
space:
mode:
Diffstat (limited to 'guilib/TextureBundleXBT.h')
-rw-r--r--guilib/TextureBundleXBT.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/guilib/TextureBundleXBT.h b/guilib/TextureBundleXBT.h
index a9b033c2d4..a2e44f5489 100644
--- a/guilib/TextureBundleXBT.h
+++ b/guilib/TextureBundleXBT.h
@@ -44,10 +44,10 @@ public:
int LoadAnim(const CStdString& Filename, CBaseTexture*** ppTextures,
int &width, int &height, int& nLoops, int** ppDelays);
-
-private:
+
+private:
bool OpenBundle();
- bool ConvertFrameToTexture(const CStdString& name, CXBTFFrame& frame, CBaseTexture** ppTexture);
+ bool ConvertFrameToTexture(const CStdString& name, CXBTFFrame& frame, CBaseTexture** ppTexture);
time_t m_TimeStamp;