Skip to content

Commit

Permalink
bulk_quote.h: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acgtyrant committed Sep 7, 2015
1 parent 1f68ab5 commit a523a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch15/ex15.12.13.14/bulk_quote.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef BULK_QUOTE_H
#define BULK_QUOTE_H
#include <quote.h>
#include quote.h

class Bulk_quote : public Quote
{
Expand Down

0 comments on commit a523a5a

Please sign in to comment.