From 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 20:02:06 +0200 Subject: Implement new URL path schema for the web interface --- brep/repository-details | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'brep/repository-details') diff --git a/brep/repository-details b/brep/repository-details index a3008dc..fb41e32 100644 --- a/brep/repository-details +++ b/brep/repository-details @@ -5,10 +5,9 @@ #ifndef BREP_REPOSITORY_DETAILS #define BREP_REPOSITORY_DETAILS -#include // shared_ptr - #include // database +#include #include #include @@ -24,8 +23,8 @@ namespace brep init (cli::scanner&); private: - std::shared_ptr options_; - std::shared_ptr db_; + shared_ptr options_; + shared_ptr db_; }; } -- cgit v1.1