aboutsummaryrefslogtreecommitdiff
path: root/src/support/xerces_string_guard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/xerces_string_guard.h')
-rw-r--r--src/support/xerces_string_guard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/xerces_string_guard.h b/src/support/xerces_string_guard.h
index 7b9517a..9c35449 100644
--- a/src/support/xerces_string_guard.h
+++ b/src/support/xerces_string_guard.h
@@ -28,7 +28,7 @@ class XercesStringGuard {
);
}
- inline const Type* operator*() const {
+ const Type* operator*() const {
return this->string_;
}