]> www.ginac.de Git - cln.git/blobdiff - src/base/proplist/cl_pl_get.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / base / proplist / cl_pl_get.cc
index 673d2b930825e973a2bc7c1c1d66dd0fb81ce792..c1f2e125cfd1db093b1811fad1339cc9a0cf2559 100644 (file)
@@ -4,11 +4,13 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_proplist.h"
+#include "cln/proplist.h"
 
 
 // Implementation.
 
+namespace cln {
+
 cl_property* cl_property_list::get_property (const cl_symbol& key)
 {
        var cl_property* l;
@@ -17,3 +19,5 @@ cl_property* cl_property_list::get_property (const cl_symbol& key)
                        break;
        return l;
 }
+
+}  // namespace cln