[Liblas-commits] hg-main-tree: Fixed extra qualification
?pdal::OptionsNew::? on ...
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Jun 28 14:26:40 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/e6aa976427f8
changeset: 817:e6aa976427f8
user: Pete Gadomski <pete.gadomski at gmail.com>
date: Tue Jun 28 11:26:37 2011 -0700
description:
Fixed extra qualification ?pdal::OptionsNew::? on member ?getOptionPTree?
diffstat:
include/pdal/Options.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4af874aae0e1 -r e6aa976427f8 include/pdal/Options.hpp
--- a/include/pdal/Options.hpp Mon Jun 27 14:43:17 2011 -0700
+++ b/include/pdal/Options.hpp Tue Jun 28 11:26:37 2011 -0700
@@ -150,7 +150,7 @@
boost::property_tree::ptree const& getPTree() const;
private:
- boost::property_tree::ptree OptionsNew::getOptionPTree(std::string const& name) const;
+ boost::property_tree::ptree getOptionPTree(std::string const& name) const;
boost::property_tree::ptree m_tree;
};
More information about the Liblas-commits
mailing list