diff options
author | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2008-09-17 21:59:20 +0000 |
---|---|---|
committer | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2008-09-17 21:59:20 +0000 |
commit | af1770a4e41c43de478969fe8dbbb1571e6d1692 (patch) | |
tree | c622a8b5889bea081953858bdaa8bbd9f778aace /common/JackServer.h | |
parent | 2097c37f356f8c44ccd578f96d5152a184b5cee0 (diff) | |
download | jack2-af1770a4e41c43de478969fe8dbbb1571e6d1692.tar.gz |
fDriverInfo as an object in JackServer class.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2925 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'common/JackServer.h')
-rw-r--r-- | common/JackServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackServer.h b/common/JackServer.h index 8c6d4a38..aaac22f4 100644 --- a/common/JackServer.h +++ b/common/JackServer.h @@ -47,7 +47,7 @@ class SERVER_EXPORT JackServer private: - JackDriverInfo* fDriverInfo; + JackDriverInfo fDriverInfo; JackDriverClientInterface* fAudioDriver; JackDriverClientInterface* fFreewheelDriver; JackDriverClientInterface* fLoopbackDriver; |