diff options
Diffstat (limited to 'mpeglib/lib/util/abstract/abs_thread.h')
-rw-r--r-- | mpeglib/lib/util/abstract/abs_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/util/abstract/abs_thread.h b/mpeglib/lib/util/abstract/abs_thread.h index f65445d8..0da7e2a0 100644 --- a/mpeglib/lib/util/abstract/abs_thread.h +++ b/mpeglib/lib/util/abstract/abs_thread.h @@ -83,7 +83,7 @@ typedef SDL_mutex* abs_thread_mutex_t; typedef SDL_cond* abs_thread_cond_t; typedef SDL_Thread* abs_thread_t; -// SIGNAL FUNCTIONS +// TQT_SIGNAL FUNCTIONS // note we have _no_ cond attribut (not needed) int abs_thread_cond_init(abs_thread_cond_t* cond); int abs_thread_cond_destroy(abs_thread_cond_t *cond); |