diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-04-18 19:43:44 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-04-18 19:43:44 +0100 |
commit | 6036877ac4e92da3185f21d5928bf3ed28d685b2 (patch) | |
tree | 5e5a5f6ad09e196bbecfbfec2a9a3c8f02262ca3 /ui/windowContent.h | |
parent | Merge branch 'openmesh-11' (diff) | |
parent | Remember selected asset id and reload/reselect resource file on change (diff) | |
download | ilt-6036877ac4e92da3185f21d5928bf3ed28d685b2.tar.bz2 ilt-6036877ac4e92da3185f21d5928bf3ed28d685b2.tar.xz ilt-6036877ac4e92da3185f21d5928bf3ed28d685b2.zip |
Diffstat (limited to 'ui/windowContent.h')
-rw-r--r-- | ui/windowContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/windowContent.h b/ui/windowContent.h index 762d1cc..34cbea3 100644 --- a/ui/windowContent.h +++ b/ui/windowContent.h @@ -14,7 +14,7 @@ public: NO_COPY(WindowContent); virtual void tick(TickDuration); - virtual void render() const = 0; + virtual void render() = 0; virtual bool handleInput(const SDL_Event & e); protected: |