diff options
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index c3fa3cf9..ccf2b80a 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -142,7 +142,7 @@ public: inline const otk::OBProperty *property() const { return _property; } //! Returns the mouse cursors used throughout Openbox - inline const Cursors &cursor() const { return _cursors; } + inline const Cursors &cursors() const { return _cursors; } //! The main function of the Openbox class /*! |
