diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-03 17:48:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-03 17:48:11 +0200 |
commit | 73eb44142be85f964a32be00e8ce655f61063d08 (patch) | |
tree | ab5335d102402eab9588e21566b96e84fd6b0130 | |
parent | b4d8b7c142a0753462165257ef1bc1345bbadd6d (diff) |
Minor formatting fix
-rw-r--r-- | brep/search | 1 | ||||
-rw-r--r-- | brep/view | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/brep/search b/brep/search index a4edf01..d744c30 100644 --- a/brep/search +++ b/brep/search @@ -22,7 +22,6 @@ namespace brep init (::cli::scanner&); private: - std::shared_ptr<search_options> options_; }; } @@ -22,7 +22,6 @@ namespace brep init (::cli::scanner&); private: - std::shared_ptr<view_options> options_; }; } |