summaryrefslogtreecommitdiff
path: root/lib/top_block_query_no_ptree.cpp
blob: 0ec6dd577cda3eebeb80b4fab8d00e43eb8b3eec (plain)
1
2
3
4
5
6
7
8
9
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 "";
}