News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

svn 165 for src\plugins\contrib\FortranProject\calltreeview.cpp can not build

Started by iceant, August 26, 2017, 07:29:46 AM

Previous topic - Next topic

iceant

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>

ollydbg

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.

iceant