Static variables do have the "s" prefix.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7934 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-12 20:59:52 +00:00
parent e44da8eb5c
commit f28a7f852d
@@ -148,7 +148,7 @@ private:
JobQueueVector *fJobQueues; JobQueueVector *fJobQueues;
KDiskDeviceJobFactory *fJobFactory; KDiskDeviceJobFactory *fJobFactory;
static KDiskDeviceManager *fDefaultManager; static KDiskDeviceManager *sDefaultManager;
}; };
} // namespace DiskDevice } // namespace DiskDevice