<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,7 @@ class HandlerSoundOutput : public InputEventHandler
 {
 public:
 	HandlerSoundOutput(SoundOutputAdapter *output);
-	~HandlerSoundOutput();
+	virtual ~HandlerSoundOutput();
 		
 	virtual void handleNormalKeyPressed();
 	virtual void handleNormalKeyReleased();</diff>
      <filename>HandlerSoundOutput.h</filename>
    </modified>
    <modified>
      <diff>@@ -30,13 +30,14 @@
 
 class InputEventHandler
 {
-	public:
-		virtual void handleNormalKeyPressed()	= 0;
-		virtual void handleNormalKeyReleased()	= 0;
-		virtual void handleEnterPressed()		= 0;
-		virtual void handleEnterReleased()		= 0;
-		virtual void handleBackspacePressed()	= 0;
-		virtual void handleBackspaceReleased()	= 0;
+  public:
+    virtual ~InputEventHandler() {};
+    virtual void handleNormalKeyPressed()	= 0;
+    virtual void handleNormalKeyReleased()	= 0;
+    virtual void handleEnterPressed()		= 0;
+    virtual void handleEnterReleased()		= 0;
+    virtual void handleBackspacePressed()	= 0;
+    virtual void handleBackspaceReleased()	= 0;
 };
 
 #endif // INPUT_EVENT_HANDLER_H</diff>
      <filename>InputEventHandler.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b6bde6545cc72f95ad77d5b097bafb343942c21d</id>
    </parent>
  </parents>
  <author>
    <name>bpeter</name>
    <login></login>
    <email>bpeter@macbook-01.(none)</email>
  </author>
  <url>http://github.com/dedeibel/annoyme/commit/15284bff2f92f48bc831ff9617dce0ad7c0096c8</url>
  <id>15284bff2f92f48bc831ff9617dce0ad7c0096c8</id>
  <committed-date>2009-10-04T14:30:21-07:00</committed-date>
  <authored-date>2009-10-04T14:30:21-07:00</authored-date>
  <message>Minor function declaration improvements</message>
  <tree>8b45ed21ea0c484c9447c465b29fa9e0e1275147</tree>
  <committer>
    <name>bpeter</name>
    <login></login>
    <email>bpeter@macbook-01.(none)</email>
  </committer>
</commit>
