diff options
author | Josh Blum | 2013-07-25 21:15:02 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-25 21:15:02 -0700 |
commit | b877d078b11cb848b344f4f7534398f70157aa15 (patch) | |
tree | f6dd132e102929a1749e6d041370888a93a6a60d /lib/top_block_query_no_ptree.cpp | |
parent | e3fa9993cd1e0f9bb5aea8a065646200b8701519 (diff) | |
download | sandhi-b877d078b11cb848b344f4f7534398f70157aa15.tar.gz sandhi-b877d078b11cb848b344f4f7534398f70157aa15.tar.bz2 sandhi-b877d078b11cb848b344f4f7534398f70157aa15.zip |
gras: make ptree usage optional on old boosts
Diffstat (limited to 'lib/top_block_query_no_ptree.cpp')
-rw-r--r-- | lib/top_block_query_no_ptree.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/top_block_query_no_ptree.cpp b/lib/top_block_query_no_ptree.cpp new file mode 100644 index 0000000..0ec6dd5 --- /dev/null +++ b/lib/top_block_query_no_ptree.cpp @@ -0,0 +1,10 @@ +// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. + +#include "element_impl.hpp" + +using namespace gras; + +std::string TopBlock::query(const std::string &) +{ + return ""; +} |