projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e99ef9
)
DeviceManager: Tidied up forward declarations
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 28 Mar 2015 19:59:48 +0000
(19:59 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Thu, 28 May 2015 14:59:04 +0000
(15:59 +0100)
pv/devicemanager.hpp
patch
|
blob
|
history
diff --git
a/pv/devicemanager.hpp
b/pv/devicemanager.hpp
index b99a047c6327100f9f0d15fb9b92f0ece53d418a..d6548ae12c99fe1b6f4e1310b742bd2ecdd87c45 100644
(file)
--- a/
pv/devicemanager.hpp
+++ b/
pv/devicemanager.hpp
@@
-27,15
+27,15
@@
#include <string>
namespace Glib {
-
class VariantBase;
+class VariantBase;
}
namespace sigrok {
-
class ConfigKey;
-
class Context;
-
class Driver;
-
class Device;
-
class HardwareDevice;
+class ConfigKey;
+class Context;
+class Driver;
+class Device;
+class HardwareDevice;
}
namespace pv {