diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-07-05 11:29:46 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-07-05 11:29:46 +0000 |
| commit | c3a6853d50a5fe2400412c7aca60f6451d0b5277 (patch) | |
| tree | 451f6371a478f5e8efc9535888ac8ef6d7f10fb2 /include/iprt/cpp | |
| parent | 0b22f78730215cecdc25191d213055e5514146a7 (diff) | |
| download | VirtualBox-svn-c3a6853d50a5fe2400412c7aca60f6451d0b5277.tar.gz | |
Dhcpd: Went over the Config code adding comments, eliminating unnecessary copying (xml string getting, ++) and such. bugref:9288
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@79554 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'include/iprt/cpp')
| -rw-r--r-- | include/iprt/cpp/exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iprt/cpp/exception.h b/include/iprt/cpp/exception.h index 5c7e14a34ee..2bd26292dce 100644 --- a/include/iprt/cpp/exception.h +++ b/include/iprt/cpp/exception.h @@ -88,6 +88,7 @@ private: */ RTCError(); +protected: /** The exception message. */ RTCString m_strMsg; }; |
