Switch to unified view

a/src/rcldb/rclquery.h b/src/rcldb/rclquery.h
...
...
88
    /* make this public for access from embedded Db::Native */
88
    /* make this public for access from embedded Db::Native */
89
    class Native;
89
    class Native;
90
    Native *m_nq;
90
    Native *m_nq;
91
91
92
private:
92
private:
93
    string m_filterTopDir; // Current query filter on subtree top directory 
94
    string m_reason; // Error explanation
93
    string m_reason; // Error explanation
95
    Db    *m_db;
94
    Db    *m_db;
96
    void  *m_sorter;
95
    void  *m_sorter;
97
    string m_sortField;
96
    string m_sortField;
98
    bool   m_sortAscending;
97
    bool   m_sortAscending;