action: move ModelAction::get_node to action.cc
[model-checker.git] / action.h
index 86012c123d5b18cb7404787c21183ea86d21055d..8a8e33e363c5a2d45f538d162447e7bbff30f6e7 100644 (file)
--- a/action.h
+++ b/action.h
@@ -83,7 +83,7 @@ public:
        uint64_t get_value() const { return value; }
        const ModelAction * get_reads_from() const { return reads_from; }
 
-       Node * get_node() const { return node; }
+       Node * get_node() const;
        void set_node(Node *n) { node = n; }
 
        void set_read_from(const ModelAction *act);