diff options
author | pixel <pixel> | 2004-07-04 11:56:18 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-07-04 11:56:18 +0000 |
commit | 5cc874802b0b8c4462e7e873654e6daa54be00de (patch) | |
tree | d97bfbfe26998b1ee9cf01d830ba446e61094a86 /lib/font.cc | |
parent | bf452e7f6a3fa0e41964fc8e2c57e1e577cd1682 (diff) |
SOL Demo
Diffstat (limited to 'lib/font.cc')
-rw-r--r-- | lib/font.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/font.cc b/lib/font.cc index 4062c37..5534cfc 100644 --- a/lib/font.cc +++ b/lib/font.cc @@ -516,7 +516,7 @@ mogltk::rect mogltk::font::printtotex(texture * t, const char * p, ...) { return r; } -inline unsigned int nextpower(unsigned int n) { +inline static unsigned int nextpower(unsigned int n) { unsigned int i; if (!n) |