Skip to content

Commit

Permalink
Issue #323: use a generic Catena as the base if no other info
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Nov 22, 2021
1 parent 9bb72a6 commit 312362a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Catena.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Copyright notice:
# include "Catena4551.h"
# define CATENA_H_SUPER_ McciCatena::Catena4551
#else
# define CATENA_H_SUPER_ /* nothing, for intellisense */
# error Architecture not supported
# include "CatenaBase.h"
# define CATENA_H_SUPER_ McciCatena::CatenaBase
#endif

namespace McciCatena {
Expand Down

0 comments on commit 312362a

Please sign in to comment.