diff options
author | lloyd <[email protected]> | 2009-12-30 03:16:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-30 03:16:30 +0000 |
commit | 890ada5955e0b01330d56900074d477ecd8fa473 (patch) | |
tree | ac2b14fbc8e17d980bf0a010285c826754de1bca | |
parent | 006e9273148d752dd722907f393b938486e9d035 (diff) |
Remove BOTAN_DLL from forward decl, not needed and GCC 4.1 warns
-rw-r--r-- | src/math/gfpmath/gfp_modulus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/gfp_modulus.h b/src/math/gfpmath/gfp_modulus.h index 4773a8b89..03e8a19e0 100644 --- a/src/math/gfpmath/gfp_modulus.h +++ b/src/math/gfpmath/gfp_modulus.h @@ -13,7 +13,7 @@ namespace Botan { -class BOTAN_DLL GFpElement; +class GFpElement; /** * This class represents a GFpElement modulus including the modulus |