Author Topic: svn 165 for src\plugins\contrib\FortranProject\calltreeview.cpp can not build  (Read 6915 times)

Offline iceant

  • Multiple posting newcomer
  • *
  • Posts: 13
Index: calltreeview.cpp
===================================================================
--- calltreeview.cpp   (revision 165)
+++ calltreeview.cpp   (working copy)
@@ -4,6 +4,7 @@
 #include "cbeditor.h"
 #include <manager.h>
 #include <editormanager.h>
+#include <logmanager.h>
 
 #include <sdk.h>
 #include <sdk_events.h>

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
I think the best place to report the patch is here: (99+) CBFortran - Google Groups  :)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline iceant

  • Multiple posting newcomer
  • *
  • Posts: 13
Hi, Ollydbg

Thanks for your reference.

I think the best place to report the patch is here: (99+) CBFortran - Google Groups  :)