Updated project files for 0.6.5 release version.
diff --git a/guid.h b/guid.h
index 6fcf332..f5953ca 100644
--- a/guid.h
+++ b/guid.h
@@ -33,7 +33,7 @@
 class GUIDData {
    protected:
       my_uuid_t uuidData;
-      string DeleteSpaces(const string & orig);
+      string DeleteSpaces(string s);
    public:
       GUIDData(void);
       GUIDData(const GUIDData & orig);