action: add const qualifier
[model-checker.git] / action.h
index ae4afb29d27f928cbe63a34d79629a6d6310b28b..8ccebe395d5b0c7fdd2805fb0591e39e98b3ae65 100644 (file)
--- a/action.h
+++ b/action.h
@@ -33,7 +33,7 @@ class ModelAction {
 public:
        ModelAction(action_type_t type, memory_order order, void *loc, int value);
        ~ModelAction();
-       void print(void);
+       void print(void) const;
 
        thread_id_t get_tid() const { return tid; }
        action_type get_type() const { return type; }