summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph/J2DPane.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/J2DGraph/J2DPane.h')
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index 19b3a3a4..5bd81613 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -89,7 +89,7 @@ public:
void hide() { mVisible = false; }
bool isVisible() { return mVisible; }
- void getBounds() {}
+ const JGeometry::TBox2<f32>& getBounds() { return mBounds; }
const JGeometry::TBox2<f32>& getGlbBounds() { return mGlobalBounds; }
f32 getRotate() const { return mRotation; }
void place(const JGeometry::TBox2<f32>&) {}