Skip to content

Commit

Permalink
I hate you, travis. Also, add badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousAlexej committed Feb 24, 2018
1 parent ca82a36 commit 15f33b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/03acxnds340jgnm1?svg=true)](https://ci.appveyor.com/project/SeriousAlexej/tabtoolbar)
[![Build Status](https://travis-ci.org/SeriousAlexej/TabToolbar.svg?branch=master)](https://travis-ci.org/SeriousAlexej/TabToolbar)

TabToolbar
=====

Expand Down
2 changes: 1 addition & 1 deletion include/TabToolbar/API.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#if defined(TT_BUILDING_DLL)
#define TT_API __attribute__((visibility("default")))
#else
#define TT_API __attribute__((visibility("hidden")))
#define TT_API
#endif

#endif
Expand Down

0 comments on commit 15f33b4

Please sign in to comment.