aboutsummaryrefslogtreecommitdiff
path: root/brep/view
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-04 21:22:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-04 21:22:14 +0200
commit63229f465aaea8dd5553814535220817319a64f5 (patch)
tree326ce5cbf4afd118b34ad74d8698a30a23860a42 /brep/view
parent73eb44142be85f964a32be00e8ce655f61063d08 (diff)
Cleanup the code
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_;