diff options
Diffstat (limited to 'rts/Ticky.h')
-rw-r--r-- | rts/Ticky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Ticky.h b/rts/Ticky.h index c8da50a940..a32a7a6542 100644 --- a/rts/Ticky.h +++ b/rts/Ticky.h @@ -9,6 +9,6 @@ #ifndef TICKY_H #define TICKY_H -void PrintTickyInfo(void); +RTS_PRIVATE void PrintTickyInfo(void); #endif /* TICKY_H */ |