From 1036b50c829af22f41a96d4c652ff37f6e2e785e Mon Sep 17 00:00:00 2001 From: sletz Date: Tue, 26 Feb 2008 16:04:28 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1888 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackDebugClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/JackDebugClient.h b/common/JackDebugClient.h index bde079f8..e1280cb8 100644 --- a/common/JackDebugClient.h +++ b/common/JackDebugClient.h @@ -132,7 +132,7 @@ class JackDebugClient : public JackClient JackClientControl* GetClientControl() const; void CheckClient() const; - static int JackDebugClient::TimeCallback(jack_nframes_t nframes, void *arg); + static int TimeCallback(jack_nframes_t nframes, void *arg); };