diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index e318c395e..c94308e64 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -291,7 +291,7 @@ BOOL fIsDragging; double dockIconProgress; } - +- (int) getPidnum; - (IBAction) showAboutPanel:(id)sender; - (void) writeToActivityLog:(const char *) format, ...; |