]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/timer.hpp
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / modules / gui / wxwidgets / timer.hpp
index ea7e8c3ab6443963858fbb4db926bbae2634a05e..bb8ac39283eceb169312d625edc87f78bf18c938 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include "wxwidgets.hpp"
@@ -40,7 +40,7 @@ namespace wxvlc
     private:
         intf_thread_t *p_intf;
         Interface *p_main_interface;
-        vlc_bool_t b_init;
+        bool b_init;
         int i_old_playing_status;
         int i_old_rate;