projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bbbda
)
Corrected const of DeviceOptions::_sdi
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 3 Mar 2013 16:32:46 +0000
(16:32 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 3 Mar 2013 16:50:09 +0000
(16:50 +0000)
pv/prop/binding/deviceoptions.h
patch
|
blob
|
history
diff --git
a/pv/prop/binding/deviceoptions.h
b/pv/prop/binding/deviceoptions.h
index 340e0d727af4ae67c1b57afc9fe307132d06ffc5..c2c2917536ab019511f2c4cb71b53cea5f8165d7 100644
(file)
--- a/
pv/prop/binding/deviceoptions.h
+++ b/
pv/prop/binding/deviceoptions.h
@@
-48,7
+48,7
@@
private:
void bind_vdiv(const struct sr_config_info *info);
protected:
-
const struct sr_dev_inst *
_sdi;
+
struct sr_dev_inst *const
_sdi;
};
} // binding