summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/breakpoint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/breakpoint.hxx')
-rw-r--r--basctl/source/basicide/breakpoint.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/basctl/source/basicide/breakpoint.hxx b/basctl/source/basicide/breakpoint.hxx
index c99966e4ed84..39e70e27e236 100644
--- a/basctl/source/basicide/breakpoint.hxx
+++ b/basctl/source/basicide/breakpoint.hxx
@@ -17,14 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BREAKPOINT_HXX
-#define _BREAKPOINT_HXX
+#ifndef BASCTL_BREAKPOINT_HXX
+#define BASCTL_BREAKPOINT_HXX
#include <cstddef>
#include <vector>
class SbModule;
+namespace basctl
+{
+
struct BreakPoint
{
bool bEnabled;
@@ -66,6 +69,8 @@ public:
BreakPoint* remove(BreakPoint* ptr);
};
-#endif // _BREAKPOINT_HXX
+} // namespace basctl
+
+#endif // BASCTL_BREAKPOINT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */