aboutsummaryrefslogtreecommitdiff
path: root/src/ArrowButton.cc
diff options
context:
space:
mode:
authorakir <akir>2004-10-21 11:05:06 (GMT)
committerakir <akir>2004-10-21 11:05:06 (GMT)
commit8c377e30e87ef12870aed63ac2ce780bc7c24964 (patch)
treeeebc9a47b7165be7ed64405f00affdb0c1142b5e /src/ArrowButton.cc
parent8672a337b39f2c0d4100b02a2ac046b28a395511 (diff)
downloadfluxbox-8c377e30e87ef12870aed63ac2ce780bc7c24964.zip
fluxbox-8c377e30e87ef12870aed63ac2ce780bc7c24964.tar.bz2
fix:
Explicit specialization of function "FbTk::ThemeItem<FbTk::Font>::setDefaultValue" must precede its first use. for mipspro again
Diffstat (limited to 'src/ArrowButton.cc')
-rw-r--r--src/ArrowButton.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ArrowButton.cc b/src/ArrowButton.cc
index 4e93a02..7de26fc 100644
--- a/src/ArrowButton.cc
+++ b/src/ArrowButton.cc
@@ -19,9 +19,10 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: ArrowButton.cc,v 1.9 2004/09/12 14:56:18 rathnor Exp $ 22// $Id: ArrowButton.cc,v 1.10 2004/10/21 11:05:06 akir Exp $
23 23
24#include "ArrowButton.hh" 24#include "ArrowButton.hh"
25#include "FbTk/ThemeItems.hh"
25#include "ButtonTheme.hh" 26#include "ButtonTheme.hh"
26 27
27ArrowButton::ArrowButton(ArrowButton::Type arrow_type, 28ArrowButton::ArrowButton(ArrowButton::Type arrow_type,