Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 1, 2006, 11:13:29 AM (18 years ago)
Author:
bensch
Message:

new_class_id: segfault-prevention in the PNode deletion process (not the nicest way, but it works)
This was with me for 3 months now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param.h

    r9855 r9859  
    2222#define _LOAD_PARAM_H
    2323
    24 #include "executor/executor_substring.h"
    25 #include "executor/executor_member.h"
    26 #include "executor/functor_member.h"
     24#include "util/executor/executor_substring.h"
     25#include "util/executor/executor_member.h"
     26#include "util/executor/functor_member.h"
    2727
    2828#include "parser/tinyxml/tinyxml.h"
Note: See TracChangeset for help on using the changeset viewer.