diff options
Diffstat (limited to 'src/strings/base.tcc')
-rw-r--r-- | src/strings/base.tcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/base.tcc b/src/strings/base.tcc index 491b4ca..a5a57d0 100644 --- a/src/strings/base.tcc +++ b/src/strings/base.tcc @@ -104,7 +104,7 @@ namespace strings return _ref().end(); } template<class T, class O, class P> - const FString *_crtp_string<T, O, P>::base() const + const RString *_crtp_string<T, O, P>::base() const { return _ref().base(); } |