X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fsgp.h;h=174d83b00486b602156e6f60c2b5213103571450;hp=f30f582e3df2762114744de2b698a86ca596c29d;hb=55426f4170ed9dc777c3cec3741e4a59e6eebd38;hpb=4114001db83630028afd31d215df560f8d682b22 diff --git a/include/sgp.h b/include/sgp.h index f30f582..174d83b 100644 --- a/include/sgp.h +++ b/include/sgp.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: sgp.h,v 1.20 2000/12/06 01:46:43 kevin Exp $ +** $Id: sgp.h,v 1.21 2000/12/06 15:17:51 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -86,10 +86,10 @@ public: { return m_sWindowTitle; } bool isWX () const - { return (m_idDriver & SGPDRIVER_WXWINDOWS); } + { return (m_idDriver & SGPDRIVER_WXWINDOWS ? true : false); } bool isG2 () const - { return (m_idDriver & SGPDRIVER_G2); } + { return (m_idDriver & SGPDRIVER_G2 ? true : false); } int idG2 () const { return m_idG2; }