summaryrefslogtreecommitdiff
blob: 0f9be0a58fb598fd74f4a6270e937b4918163443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Fixing build with gcc 4.5

http://bugs.gentoo.org/show_bug.cgi?id=318583

--- src/j_message.h
+++ src/j_message.h
@@ -31,7 +31,7 @@
 private:
 	int m_socket;
 
-	JDWP::JDWP m_jdwp;
+	JDWP m_jdwp;
 
 	void RawSend(Barry::Data &send, int timeout = -1);
 	bool RawReceive(Barry::Data &receive, int timeout = -1);