From 29b5784bba7b19497b5984418bacee261075ccf7 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 09 Dec 2002 17:43:32 +0000 Subject: - apparently gcc2 is too stupid to grok this :-( --- (limited to 'noncore/multimedia/opieplayer2') diff --git a/noncore/multimedia/opieplayer2/mediawidget.h b/noncore/multimedia/opieplayer2/mediawidget.h index c19fdbb..c261728 100644 --- a/noncore/multimedia/opieplayer2/mediawidget.h +++ b/noncore/multimedia/opieplayer2/mediawidget.h @@ -44,7 +44,7 @@ public: Command command; - ButtonType type : 1; + ButtonType type; // this should be part of the bitfield but gcc2 is too buggy to support this :-( bool isHeld : 1; bool isDown : 1; -- cgit v0.9.0.2