Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 28, 2013
1 parent 4aa7fa2 commit 97d7071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/widgets/animationvector.h
Expand Up @@ -76,7 +76,7 @@ class DENG2_PUBLIC AnimationVector2
* Animated 3D vector.
* @ingroup math
*/
class AnimationVector3
class DENG2_PUBLIC AnimationVector3
{
public:
AnimationVector3(Animation::Style style = Animation::EaseIn)
Expand Down
Expand Up @@ -54,7 +54,7 @@ class LIBSHELL_PUBLIC TextCanvas
Dirty = 0x80000000,

DefaultAttributes = 0,
VisualAttributes = Bold | Underline | Reverse
VisualAttributes = Bold | Underline | Reverse | Blink
};
Q_DECLARE_FLAGS(Attribs, Attrib)

Expand Down

0 comments on commit 97d7071

Please sign in to comment.