[kido] 01/02: Fix types in patch
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Mon Sep 5 22:37:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository kido.
commit e33bf6d2493f642cac77b20f0f4a0cb3515d7c10
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Mon Sep 5 23:35:27 2016 +0200
Fix types in patch
---
debian/patches/0003-use-std-shared-pointers.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0003-use-std-shared-pointers.patch b/debian/patches/0003-use-std-shared-pointers.patch
index afda4d2..0d2e4d1 100644
--- a/debian/patches/0003-use-std-shared-pointers.patch
+++ b/debian/patches/0003-use-std-shared-pointers.patch
@@ -27,8 +27,8 @@ index 3463d37..13b68f5 100644
+ template <class T> using fcl_shared_ptr = std::shared_ptr<T>;
+ template <class T> using fcl_weak_ptr = std::weak_ptr<T>;
+#else
-+ template <class T> using fcl_shared_ptr = fcl_shared_ptr<T>;
-+ template <class T> using fcl_weak_ptr = fcl_weak_ptr<T>;
++ template <class T> using fcl_shared_ptr = boost::shared_ptr<T>;
++ template <class T> using fcl_weak_ptr = boost::weak_ptr<T>;
+#endif
+
namespace kido {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/kido.git
More information about the debian-science-commits
mailing list