clang warning

This commit is contained in:
Sergei Golubchik 2015-09-03 12:58:53 +02:00
parent 530a6e7481
commit 09307c443c

View File

@ -16,7 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
#ifdef __GNUC__
#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif