diff options
| author | Comment <tim@gray.(none)> | 2013-10-16 20:09:25 -0700 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-16 20:09:25 -0700 |
| commit | ea30d63f0f999bde01df1904df1d5ddf22deea65 (patch) | |
| tree | c48a9ca7df27ffe6a90e94a6bf836103fa12b2cc /rotord/src/rendercontext.h | |
| parent | fa1a3122c2c2b07daa5b03c7def8f31a1e5a89fc (diff) | |
fix paths regression
Diffstat (limited to 'rotord/src/rendercontext.h')
| -rw-r--r-- | rotord/src/rendercontext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h index cb02e31..b0f8649 100644 --- a/rotord/src/rendercontext.h +++ b/rotord/src/rendercontext.h @@ -102,9 +102,9 @@ namespace Rotor { std::deque<Session_task> work_queue; std::unordered_map<string,Render_status> renders; std::string output_filename; - //std::string graph_dir; - //std::string media_dir; - //std::string output_dir; + std::string graph_dir; + std::string media_dir; + std::string output_dir; std::string graph_filename; std::string graph_body; |
