[nemiver/gtk2-branch] constify IDebugger::Breakpoint::is_pending
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/gtk2-branch] constify IDebugger::Breakpoint::is_pending
- Date: Sun, 4 Sep 2011 20:19:36 +0000 (UTC)
commit 758c7cd53d2daf383cf73f529a4e0306007fac35
Author: Dodji Seketeli <dodji seketeli org>
Date: Sun Sep 4 21:38:01 2011 +0200
constify IDebugger::Breakpoint::is_pending
* src/dbgengine/nmv-i-debugger.h
(IDebugger::Breakpoint::is_pending): Make this function const.
src/dbgengine/nmv-i-debugger.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dbgengine/nmv-i-debugger.h b/src/dbgengine/nmv-i-debugger.h
index 01ef219..e9c9057 100644
--- a/src/dbgengine/nmv-i-debugger.h
+++ b/src/dbgengine/nmv-i-debugger.h
@@ -160,7 +160,7 @@ public:
bool is_write_watchpoint () const {return m_is_write_watchpoint;}
void is_write_watchpoint (bool f) {m_is_write_watchpoint = f;}
- bool is_pending ()
+ bool is_pending () const
{
if (m_address == "<PENDING>") {
return true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]