Workaround GCC 4.0.1 on the Darwin builds.

* src/misc/bitvect.hh: Remove SPOT_API from class forward declarations.
* src/ltlast/nfa.hh: Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2014-01-15 10:52:44 +01:00
parent e19e56fba3
commit 9ccdef9cbd
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2013 Laboratoire de Recherche et Développement
// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
@ -31,8 +31,8 @@ namespace spot
/// \addtogroup misc_tools
/// @{
class SPOT_API bitvect;
class SPOT_API bitvect_array;
class bitvect;
class bitvect_array;
///\brief Allocate a bit-vector of \a bitcount bits.
///