News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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