fix rectanimation header guard

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-12-09 06:27:47 +00:00
parent bf2fa50625
commit 8865afba04

View file

@ -33,7 +33,8 @@
#include <QtGui>
#ifndef _RECTANIMATION_H__
#ifndef RECTANIMATION_H
#define RECTANIMATION_H
class DummyObject;