summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rtems++/rtemsInterrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/include/rtems++/rtemsInterrupt.h')
-rw-r--r--c/src/lib/include/rtems++/rtemsInterrupt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/rtems++/rtemsInterrupt.h b/c/src/lib/include/rtems++/rtemsInterrupt.h
index 0dc6a20d5e..f722eb7683 100644
--- a/c/src/lib/include/rtems++/rtemsInterrupt.h
+++ b/c/src/lib/include/rtems++/rtemsInterrupt.h
@@ -71,7 +71,7 @@ protected:
private:
const rtemsInterrupt& operator=(const rtemsInterrupt& );
- Interrupt(const rtemsInterrupt& );
+ rtemsInterrupt(const rtemsInterrupt& );
// the vector caught
rtems_vector_number vector;