Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions include/AIDA/IBaseHistogram.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

#include <string>

// This tells Gaudi that we declare IBaseHistogram::cast as a virtual method.
// Gaudi overrides it in a derived class, and having this macro defined
// causes it to use the override keyword to avoid warnings about
// inconsistent use of override.
#define AIDA_HAS_CAST

namespace AIDA {

class IAnnotation;
Expand Down