diff options
Diffstat (limited to 'dw/imgbuf.hh')
-rw-r--r-- | dw/imgbuf.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/imgbuf.hh b/dw/imgbuf.hh index 150bf165..d6f41d21 100644 --- a/dw/imgbuf.hh +++ b/dw/imgbuf.hh @@ -175,8 +175,8 @@ public: virtual Imgbuf* getScaledBuf (int width, int height) = 0; virtual void getRowArea (int row, dw::core::Rectangle *area) = 0; - virtual int getRootWidth () = 0; - virtual int getRootHeight () = 0; + virtual int getRootWidth () = 0; + virtual int getRootHeight () = 0; /* * Reference counting. |