diff options
author | corvid <devnull@localhost> | 2014-12-21 21:27:57 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-21 21:27:57 +0000 |
commit | a614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (patch) | |
tree | f0cc568eadbc5b50c53ea9489f30c23e0f3960fb /dw/fltkplatform.hh | |
parent | 5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (diff) |
more (and indentation in one spot)
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 2fb95633..cbf3c6f9 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -149,7 +149,7 @@ public: void attachView (core::View *view); - void detachView (core::View *view); + void detachView (core::View *view); int textWidth (core::style::Font *font, const char *text, int len); char *textToUpper (const char *text, int len); |