summaryrefslogtreecommitdiff
path: root/retrace/daemon/glframe_retrace.hpp
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2015-09-22 10:28:03 -0700
committerMark Janes <mark.a.janes@intel.com>2017-06-19 14:04:44 -0700
commit2014bfb3aab22da34451680dd765a0138f3a099a (patch)
tree67eeed09407c8f531b8c1bb64176b79209c481d4 /retrace/daemon/glframe_retrace.hpp
parentcaf3ced585311784e70df26f45bb8c391d988d55 (diff)
add unit tests via ctest
This commit adds a minimal trace file in the test directory, and provides cmake definitions so the unit test can access it.
Diffstat (limited to 'retrace/daemon/glframe_retrace.hpp')
-rw-r--r--retrace/daemon/glframe_retrace.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/retrace/daemon/glframe_retrace.hpp b/retrace/daemon/glframe_retrace.hpp
index 29ef610c..7e71f9de 100644
--- a/retrace/daemon/glframe_retrace.hpp
+++ b/retrace/daemon/glframe_retrace.hpp
@@ -84,9 +84,8 @@ class RenderId {
};
class OnFrameRetrace {
- private:
- typedef std::vector<unsigned char> uvec;
public:
+ typedef std::vector<unsigned char> uvec;
virtual void onFileOpening(bool finished,
uint32_t percent_complete) = 0;
virtual void onShaderAssembly(RenderId renderId,