aboutsummaryrefslogtreecommitdiff
path: root/brep/view
diff options
context:
space:
mode:
Diffstat (limited to 'brep/view')
-rw-r--r--brep/view4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/view b/brep/view
index da31481..a418872 100644
--- a/brep/view
+++ b/brep/view
@@ -14,12 +14,12 @@ namespace brep
{
class view: public module
{
- public:
+ private:
virtual void
handle (request&, response&);
virtual void
- init (::cli::scanner&);
+ init (cli::scanner&);
private:
std::shared_ptr<view_options> options_;