Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2004, 1:21:32 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: small fix for compiling without gtk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_update.cc

    r3298 r3303  
    384384      if (!isDownloading)
    385385        {
     386#ifdef HAVE_PTHREAD_H     
    386387          pthread_join(*downloadThreadFinishID, NULL);
    387 
     388#endif /* HAVE_PTHREAD_H */
    388389#ifdef HAVE_GTK2
    389390          info->stateButton->disconnectSignal(info->buttonSignal);
Note: See TracChangeset for help on using the changeset viewer.