X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fruler.hpp;h=90556a08526f04fd021a4591b915c07d43c1cf73;hp=cf63eaff7c7cb27ae0b2ec451801bda05b23677d;hb=5d6ae8a26c8d86531d0d85d2fefc67d617c73f56;hpb=c8e50b6efe18ff5ede06f0321d27d572dc3a6bc5 diff --git a/pv/view/ruler.hpp b/pv/view/ruler.hpp index cf63eaf..90556a0 100644 --- a/pv/view/ruler.hpp +++ b/pv/view/ruler.hpp @@ -30,9 +30,9 @@ #include namespace RulerTest { -class tick_position_test_0; -class tick_position_test_1; -class tick_position_test_2; +struct tick_position_test_0; +struct tick_position_test_1; +struct tick_position_test_2; } namespace pv { @@ -45,9 +45,9 @@ class Ruler : public MarginWidget { Q_OBJECT - friend class RulerTest::tick_position_test_0; - friend class RulerTest::tick_position_test_1; - friend class RulerTest::tick_position_test_2; + friend struct RulerTest::tick_position_test_0; + friend struct RulerTest::tick_position_test_1; + friend struct RulerTest::tick_position_test_2; private: