diff options
| author | 2017-04-28 10:06:58 +0200 | |
|---|---|---|
| committer | 2017-04-28 10:06:58 +0200 | |
| commit | 237754b8c2c8828545f2c8295d911a0b11e58e1c (patch) | |
| tree | 1cfd1f4e9230a3fdb79d0d7a6681760b652a23f2 /node/splitnode.h | |
| parent | 12e90b99e7bcc92aaf486eb0ef261e657ce0bb4f (diff) | |
| download | OneRoll-237754b8c2c8828545f2c8295d911a0b11e58e1c.tar.gz OneRoll-237754b8c2c8828545f2c8295d911a0b11e58e1c.zip | |
add splitnode
Diffstat (limited to 'node/splitnode.h')
| -rw-r--r-- | node/splitnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/splitnode.h b/node/splitnode.h index 1bb092e..6bd97b4 100644 --- a/node/splitnode.h +++ b/node/splitnode.h @@ -19,8 +19,8 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef MERGENODE_H -#define MERGENODE_H +#ifndef SPLITNODE_H +#define SPLITNODE_H #include "node/executionnode.h" #include "result/diceresult.h" |