summaryrefslogtreecommitdiff
path: root/include/benoit/plotmandelbrot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/benoit/plotmandelbrot.hh')
-rw-r--r--include/benoit/plotmandelbrot.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/benoit/plotmandelbrot.hh b/include/benoit/plotmandelbrot.hh
index 3d8b57a..f79b247 100644
--- a/include/benoit/plotmandelbrot.hh
+++ b/include/benoit/plotmandelbrot.hh
@@ -2,5 +2,5 @@
# include <cstdint>
# include <vector>
namespace benoit {
- std::vector<std::uint8_t> plotmandelbrot();
+ std::vector<std::uint8_t> * plotmandelbrot();
}