git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correcting error data transfer in method GetParamValue
[stg.git]
/
include
/
stg
/
user.h
diff --git
a/include/stg/user.h
b/include/stg/user.h
index b011555581dfc0e8e75c4160bb9bcf6d6a1b7dd2..365c71ef1f0c53567e251e95c1dfe5da707f9f28 100644
(file)
--- a/
include/stg/user.h
+++ b/
include/stg/user.h
@@
-101,7
+101,7
@@
public:
virtual void OnAdd() = 0;
virtual void OnDelete() = 0;
virtual void OnAdd() = 0;
virtual void OnDelete() = 0;
- virtual
const std::string &
GetParamValue(const std::string & name) const = 0;
+ virtual
std::string
GetParamValue(const std::string & name) const = 0;
};
typedef USER * USER_PTR;
};
typedef USER * USER_PTR;