dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48a745
)
Fix compilation
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:05:54 +0000
(
01:05
+0100)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:05:54 +0000
(
01:05
+0100)
src/preproc/prep.cpp
patch
|
blob
|
history
diff --git
a/src/preproc/prep.cpp
b/src/preproc/prep.cpp
index 00b564edd523de2ea95e80c86b2f1adf17134635..142a1ca9e934212cb4b1dc99bebbd9bf8ae43fda 100644
(file)
--- a/
src/preproc/prep.cpp
+++ b/
src/preproc/prep.cpp
@@
-31,7
+31,7
@@
IncFile *findTrueLine(int ln, int *trueline)
int c1 = 0;
// int c2 = 0;
- QListIterator<
NETlink
*> incFileIterator(inc);
+ QListIterator<
IncFile
*> incFileIterator(inc);
if (!incFileIterator.hasNext()) {
*trueline = ln;
return NULL;
@@
-53,7
+53,7
@@
IncFile *findTrueLine(int ln, int *trueline)
}
if (incFileIterator.hasNext()) {
- QListIterator<
NETlink
*> plIterator(pl);
+ QListIterator<
IncFile
*> plIterator(pl);
c1=0;
while (plIterator.hasNext()) {
pom1 = plIterator.next();