all repos — fluxbox @ d51d01cc49d7d725ae32b169f81376fa5b9e702e

custom fork of the fluxbox windowmanager

fix to avoid:

   Explicit specialization of function "FbTk::ThemeItem<int>::setDefaultValue"

(mipspro)
akir akir
commit

d51d01cc49d7d725ae32b169f81376fa5b9e702e

parent

35fb9fe2919571a7a4868e8012d3a52dbb871a55

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/SlitTheme.hhsrc/SlitTheme.hh

@@ -19,12 +19,13 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: SlitTheme.hh,v 1.4 2003/08/29 10:34:41 fluxgen Exp $ +// $Id: SlitTheme.hh,v 1.5 2004/10/21 10:26:13 akir Exp $ #ifndef SLITTHEME_HH #define SLITTHEME_HH #include "FbTk/Theme.hh" +#include "FbTk/ThemeItems.hh" #include "FbTk/Texture.hh" #include "FbTk/Color.hh"