[pytango] 272/483: fix compilation error on Macos
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 4f95fd01ea0f4fef02a2802fa32b6fe5f78422c4
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Fri Aug 9 07:37:33 2013 +0000
fix compilation error on Macos
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@23380 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
src/boost/cpp/device_attribute.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/boost/cpp/device_attribute.h b/src/boost/cpp/device_attribute.h
index 83a95ca..967ff8e 100644
--- a/src/boost/cpp/device_attribute.h
+++ b/src/boost/cpp/device_attribute.h
@@ -41,7 +41,7 @@ namespace PyDeviceAttribute {
typedef unique_pointer<std::vector<Tango::DeviceAttribute> > AutoDevAttrVector;
/// @}
- template<long tangoTypeConst>
+ template<long tangoTypeConst> static
void _update_array_values_as_tuples(Tango::DeviceAttribute &self, bool isImage, boost::python::object py_value);
/// Set the value of a DeviceAttribute from python (useful for write*)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list