Add const to getViewerPose()
authorIgor Wodiany <igor.wodiany@gmail.com>
Thu, 19 Oct 2017 21:05:49 +0000 (22:05 +0100)
committerIgor Wodiany <igor.wodiany@gmail.com>
Thu, 19 Oct 2017 21:05:49 +0000 (22:05 +0100)
commitd7cbe6e947ed894ed61dddcc3cf0804982b4e3b8
tree7ff00376288ab2d3d58081e3ccdba4848a7c6f93
parenta6c02af0991fd359cf4501e02acf5f3f9d4ae91d
Add const to getViewerPose()

getViewerPose() doesn't modify an object of the class so it can be
made const. It also makes this method consistent with other getters
in the class as they are defined as const.
modules/viz/src/vizimpl.cpp
modules/viz/src/vizimpl.hpp