aboutsummaryrefslogtreecommitdiff
path: root/src/support/xerces_string_guard.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-11-09 12:00:22 +0100
committerAdrian Kummerlaender2014-11-09 12:00:22 +0100
commitaa7afee1047a2de790a70dceda9079c8d5d01850 (patch)
tree4c7685ec6d6c171c24ab87ea853389170c686569 /src/support/xerces_string_guard.h
parent71a637be86177e82a8fc0c654639c2fa83c13f5d (diff)
downloadInputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.gz
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.bz2
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.lz
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.xz
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.zst
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.zip
Removed unnecessary `inline` declarations
* e.g. member functions defined in the class definition are implicitly marked `inline`
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_;
}