repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git]
/
incollector
/
stats-dialog-1.2.patch
blob
9e17e927a4bf99c848e8d3ca6e52bf2dcd36e222
1
--- StatsDialog.cs.old 2009-02-19 21:51:18.007216606 +0100
2
+++ StatsDialog.cs 2009-02-19 21:57:03.871319125 +0100
3
@@ -79,7 +79,7 @@
4
}
5
6
7
- struct dtype {
8
+ class dtype {
9
public string name;
10
public int count;
11
}